The PrintWindowOptions Object provides properties for retrieving information and setting options for the print window (that is, available buttons, Group Tree, etc.). Many of the properties in this object must be set prior to enabling other events. For example, before enabling the CancelButtonClicked Event (Window Object), event from the Window Object, you must first set the HasCancelButton property from this object to TRUE. A PrintWindowOptions Object is obtained from the PrintWindowOptions property of the Report Object.
Property | Description | Read/ Write |
---|---|---|
Returns a reference to the Application Object, that this object is associated with. | ||
Returns/Sets Boolean value indicating whether you can drill down on previewed report. | ||
Returns/Sets Boolean value indicating whether the preview window has a Cancel button. | ||
Returns/Sets Boolean value indicating whether the preview window has a Close button. | ||
Returns/Sets Boolean value indicating whether the preview window has an Export button. | ||
Returns/Sets Boolean value indicating whether the preview window includes the Group Tree. You must also set the HasGroupTree property to TRUE in the ReportOptions Object, to have the Group Tree show in the preview window. | ||
Returns/Sets Boolean value indicating whether the preview window has navigation controls for moving through report pages. | ||
Returns/Sets Boolean value indicating whether the preview window has a Print button. | ||
Returns/Sets Boolean value indicating whether the preview window has a Print Setup button. | ||
Returns/Sets Boolean value indicating whether the preview window has progress controls. | ||
Returns/Sets Boolean value indicating whether the preview window has a Refresh button. | ||
Returns/Sets Boolean value indicating whether the preview window has a Search button. | ||
Returns/Sets Boolean value indicating whether the preview window has zoom controls for changing the magnification of the report. | ||
Reference to the Parent object (Report Object). | ||
Reference to Report Object. | ||
Returns TrackCursorInfo Object. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |